index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
www
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert accidentally-committed file in r148020.
Richard Smith
2012-01-12
1
-3
/
+3
*
Allow constant-folding of references which were formed in a manner not permitted
Richard Smith
2012-01-12
1
-3
/
+3
*
[analyzer] Update the docs to reflect that gcc is not the only default
Anna Zaks
2012-01-06
1
-17
/
+16
*
Add missing #endif in documentation.
Ted Kremenek
2012-01-04
1
-0
/
+1
*
Make this text slightly more accurate; thanks to Johannes Schaub for
Sean Hunt
2011-12-29
1
-4
/
+5
*
[analyzer] More www; document ProgramState->dump().
Anna Zaks
2011-12-07
1
-0
/
+6
*
[analyzer] Update the checker writer manual with explanation of SVals
Anna Zaks
2011-12-07
1
-2
/
+65
*
www: Update getting started to encourage people to check out compielr-rt.
Daniel Dunbar
2011-12-07
1
-0
/
+6
*
Tweak the guidelines for when one should send patches to cfe-commits vs. cfe-dev
Douglas Gregor
2011-11-19
1
-5
/
+4
*
Stop claiming that Visual Studio 2005 is a viable basis for building
Chandler Carruth
2011-11-16
2
-4
/
+3
*
Remove duplicate listings for core.DivideZero
Matt Beaumont-Gay
2011-11-07
1
-6
/
+0
*
Colorize. (this is consistent with the coloring in diagnostics.html, but perh...
David Blaikie
2011-11-07
1
-3
/
+3
*
[analyzer] Add the Checker Developer Manual to the menu.
Anna Zaks
2011-11-07
1
-0
/
+1
*
[analyzer] Add overview and checker registration to the checker developer man...
Anna Zaks
2011-11-07
1
-25
/
+119
*
Fix markup weirdness.
Benjamin Kramer
2011-11-05
1
-11
/
+11
*
[analyzer] Add the list of available checkers to the website.
Anna Zaks
2011-11-05
1
-4
/
+117
*
Don't encourage bug reports to the Clang mailing list. We have a bug
Douglas Gregor
2011-11-02
1
-2
/
+2
*
[analyzer] Start writing Checker Developer Manual.
Anna Zaks
2011-11-02
1
-0
/
+181
*
Fixing some dead links. Patch by Jean-Daniel Dupas!
David Blaikie
2011-11-02
1
-2
/
+2
*
Add colors to the C++11 status page.
Michael J. Spencer
2011-11-02
1
-68
/
+64
*
Deleted functions were in Clang 2.9, defaulted functions in
Douglas Gregor
2011-10-28
1
-1
/
+6
*
Tweak the C++11 status prose a bit. We still need better user guidance on the...
Douglas Gregor
2011-10-14
1
-2
/
+1
*
Switch the C++11 status table from a developer-centric list to a
Douglas Gregor
2011-10-14
1
-587
/
+318
*
Updating the Clang website to refer to C++'11 instead of C++'0x
David Blaikie
2011-10-14
4
-15
/
+15
*
Update open source static analyzer build.
Ted Kremenek
2011-10-14
2
-1
/
+14
*
Now that we support move generation, mention this in the language extension a...
Sebastian Redl
2011-10-10
1
-13
/
+13
*
Document the incompatibility that stems from Clang properly implement
Douglas Gregor
2011-09-27
1
-1
/
+39
*
Update C++0x status page to reflect support for raw string literals.
Craig Topper
2011-08-11
1
-4
/
+4
*
Fix HTML.
Benjamin Kramer
2011-08-06
1
-1
/
+1
*
give an example of a 'lowered vtable reference'
Chris Lattner
2011-08-03
1
-5
/
+28
*
Update C++0x status page to reflect support for unicode string and character ...
Douglas Gregor
2011-07-27
1
-4
/
+4
*
Easier debugging with Visual Studio Visualizers, from Nikola Smiljanic!
Douglas Gregor
2011-07-27
1
-0
/
+22
*
Update C++0x status for explicit override controls and explicit
Douglas Gregor
2011-07-25
1
-14
/
+14
*
www/get_started.html: Fix a phrase, "in the *build* directory* in the instruc...
NAKAMURA Takumi
2011-07-25
1
-1
/
+1
*
add link to 2010 dev mtg
Chris Lattner
2011-07-24
1
-2
/
+3
*
Add a link-friendly name to the Clang extension acceptance criteria
Douglas Gregor
2011-07-23
1
-1
/
+1
*
Document the criteria for evaluating a proposed extension to Clang.
Douglas Gregor
2011-07-23
1
-1
/
+30
*
Update cxx_status page on www: clang has had full support for in-class initia...
Richard Smith
2011-07-21
1
-4
/
+4
*
Clean up the C++ status page by eliminating the utterly unnecessary set of pr...
Douglas Gregor
2011-07-21
1
-58
/
+9
*
Update C++0x nullptr status, from Jonathan Sauer
Douglas Gregor
2011-07-21
1
-2
/
+2
*
Remove extraneous period.
Bill Wendling
2011-07-20
1
-1
/
+1
*
Hyphenate "argument-dependent".
Jay Foad
2011-06-14
1
-2
/
+2
*
Remove stale reference to libIndex.
Ted Kremenek
2011-06-08
1
-1
/
+0
*
Fix PR10053: Improve diagnostics and error recovery for code which some compi...
Richard Smith
2011-06-05
1
-10
/
+14
*
Improve the readability of the "Expressive Diagnostics" page, from Dave Yost!
Douglas Gregor
2011-06-01
1
-63
/
+60
*
make this a bit less confusing
Chris Lattner
2011-05-28
1
-0
/
+1
*
Update checker build to checker-257.
Ted Kremenek
2011-05-25
2
-2
/
+15
*
Eliminate old, useless tutorial page
Douglas Gregor
2011-05-13
1
-56
/
+0
*
some updates.
Chris Lattner
2011-05-13
1
-10
/
+7
*
this never happened.
Chris Lattner
2011-05-13
1
-30
/
+0
[next]