index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
New clang-check vim integration script
Alexander Kornienko
2012-09-05
1
-4
/
+30
*
[analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.
Jordan Rose
2012-08-31
1
-0
/
+20
*
Documentation: correct a typo introduced in r162971.
Dmitri Gribenko
2012-08-31
1
-1
/
+1
*
Documentation: add missing word "accepts".
Dmitri Gribenko
2012-08-31
1
-2
/
+2
*
[analyzer] Make analyzer-ipa=dynamic-bifurcate the default.
Anna Zaks
2012-08-30
1
-1
/
+1
*
Fix missing 'clang' in pragma example in ARC doc.
Ted Kremenek
2012-08-30
1
-2
/
+2
*
Clarify the point at which ARC destroys ivars vis-à-vis
John McCall
2012-08-29
1
-0
/
+30
*
This is a temporary solution until we have a better way to
Manuel Klimek
2012-08-27
1
-0
/
+264
*
[analyzer] Don't inline constructors for objects allocated with operator new.
Jordan Rose
2012-08-27
1
-1
/
+2
*
[analyzer] Update inlining design notes for r162681.
Jordan Rose
2012-08-27
1
-5
/
+7
*
Update reference docs to latest changes.
Manuel Klimek
2012-08-26
1
-163
/
+177
*
Stub out a release notes section on -fcatch-undefined-behavior.
Richard Smith
2012-08-25
1
-0
/
+7
*
Update the user's manual for some of the new -fcatch-undefined-behavior featu...
Richard Smith
2012-08-25
1
-5
/
+17
*
Updated LibTooling.html, minor improvements in CommonOptionsParser
Alexander Kornienko
2012-08-24
1
-72
/
+52
*
[analyzer] Restructure discussion of DynamicTypeInfo and RuntimeDefinition.
Jordan Rose
2012-08-22
1
-63
/
+65
*
[analyzer] Per feedback, re-structure the docs for ExprInspection checks.
Jordan Rose
2012-08-22
1
-30
/
+51
*
[analyzer] IPA document: address Ted's review comments (path
Anna Zaks
2012-08-22
1
-27
/
+19
*
Review, comment, and reformat IPA.txt, including feedback comments.
Ted Kremenek
2012-08-22
1
-53
/
+259
*
[analyzer] Document our debug checkers and ExprInspection's "builtins".
Jordan Rose
2012-08-22
1
-0
/
+68
*
[analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++.
Jordan Rose
2012-08-21
1
-3
/
+4
*
Fix a pair of bugs relating to properties in ARC.
John McCall
2012-08-20
1
-0
/
+9
*
Adds the most requested doc for the AST matchers: a reference
Manuel Klimek
2012-08-20
1
-0
/
+1899
*
Add release notes for type safety attributes.
Dmitri Gribenko
2012-08-17
1
-0
/
+19
*
[analyzer] Add an internal reference document describing IPA and CallEvent.
Jordan Rose
2012-08-17
1
-0
/
+96
*
Add support for "type safety" attributes that allow checking that 'void *'
Dmitri Gribenko
2012-08-17
1
-0
/
+162
*
Added description of clang-check -ast-dump* options.
Alexander Kornienko
2012-08-14
1
-0
/
+36
*
Emphasize that clang-fixit is planned but not yet contributed. I should
Chandler Carruth
2012-08-14
1
-2
/
+2
*
Fix some of my terrible spelling.
Chandler Carruth
2012-08-14
1
-7
/
+7
*
Add initial documentation about the new tools repository and the
Chandler Carruth
2012-08-14
2
-0
/
+135
*
Minor rework of code example for clarity. No functionality change
Marshall Clow
2012-08-13
1
-7
/
+5
*
Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intr...
Hal Finkel
2012-08-05
1
-0
/
+37
*
Fix some minor typos
Sylvestre Ledru
2012-07-31
1
-1
/
+1
*
Fix two typos in the doc
Sylvestre Ledru
2012-07-25
2
-2
/
+2
*
Adds a introductionary document to the Clang AST.
Manuel Klimek
2012-07-25
1
-0
/
+139
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Re-apply r160319 "Don't crash when emitting fixits following Unicode chars"
Jordan Rose
2012-07-20
1
-0
/
+9
*
Revert r160319, it caused PR13417. Add a test for PR13417.
Nico Weber
2012-07-20
1
-9
/
+0
*
Minor cleanups and additions to the users manual. UsersManual.html now valid...
Dmitri Gribenko
2012-07-17
1
-12
/
+18
*
Don't crash when emitting fixits following Unicode characters.
Jordan Rose
2012-07-16
1
-0
/
+9
*
Mention -ftls-model in release notes and manual.
Hans Wennborg
2012-07-13
2
-0
/
+16
*
Updates the example to the latest incarnation of clang-check and
Manuel Klimek
2012-07-12
1
-35
/
+56
*
Mention -fms-compatibility and -fdelayed-template-parsing in UsersManual.
Nico Weber
2012-07-11
1
-0
/
+12
*
How to set up clang tools for llvm
Alexander Kornienko
2012-07-11
1
-0
/
+150
*
Update the docs with specifics about escaping of compile commands.
Manuel Klimek
2012-07-10
1
-1
/
+3
*
Jordan points out that this was incorrect: clang should recover from
Chris Lattner
2012-07-10
1
-2
/
+1
*
Add an explanation of -Wobjc-literal-compare to the "Objective-C Literals" page
Jordan Rose
2012-07-10
1
-0
/
+6
*
Downgrade the "direct comparison" error for ObjC literals to a warning.
Jordan Rose
2012-07-09
1
-15
/
+1
*
Links to the python CXCompilationDatabase documentation.
Manuel Klimek
2012-07-09
1
-2
/
+3
*
Release notes for r158230 "Disallow using ObjC literals in direct comparisons"
Jordan Rose
2012-07-05
1
-1
/
+15
*
[asan] update docs: mention MacOS 10.7 and correct the ifdef sample for __has...
Kostya Serebryany
2012-07-02
1
-6
/
+8
[next]